home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
fish
/
676-700
/
682
/
reqchange
/
extra
/
libsrc.lha
/
ReqToolsGlue
/
rtAllocRequestAR.asm
< prev
next >
Wrap
Assembly Source File
|
1992-02-24
|
244b
|
16 lines
SECTION "code",CODE
xref _ReqToolsBase
xdef @rtAllocRequestA
@rtAllocRequestA:
move.l a6,-(a7)
move.l _ReqToolsBase(a4),a6
jsr -30(a6)
move.l (a7)+,a6
rts
END